page.tsx 108 B

12345
  1. import { Page404 } from "@/widgets/404";
  2. export default function AdminCatchAll() {
  3. return <Page404 />;
  4. }